ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientSelectionChanging Property

In This Topic
    OnClientSelectionChanging Property (FlexGridBase<T>)
    In This Topic
    Occurs before selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSelectionChanging As String
    public virtual string OnClientSelectionChanging {get; set;}
    See Also